将一个观察点置于您想要重新开始Purify错误报告的程序单元,并继续运行这个程序。
互联网摘选
当执行到达一个断点或发生异常,调试器将中断程序的执行.
网络文摘精选
通过清单2中的输出可以看出,我们打开了调试器,通过指定名称在calc diff()函数中设置了一个断点,然后在调试器中运行程序,提供与命令行相同的参数。
互联网摘选
The program will run until it encounters breakpoint or produces a runtime error.
程序在遇到断点或发生运行时错误时将停止运行.
互联网摘选
When execution is suspended at a breakpoint, your program is said to be in break mode.
当执行在某个断点处挂起时, 我们称程序处于中断模式.
互联网
